Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.platform.TemplateSources.rendition.contrib--renditionDefinitions

This contribution is part of XML component org.nuxeo.platform.TemplateSources.rendition.contrib inside nuxeo-template-rendering-core-9.10.jar /OSGI-INF/rendition-contrib.xml

Extension Point

Extension point renditionDefinitions of component RenditionService.

Contributed Items

  • <renditionDefinition class="org.nuxeo.template.rendition.TemplateBasedRenditionProvider" enabled="true" name="delivery">
          <icon>/icons/delivery.png</icon>
          <label>label.rendition.delivery</label>
        </renditionDefinition>
  • <renditionDefinition class="org.nuxeo.template.rendition.TemplateBasedRenditionProvider" enabled="true" name="webView">
          <icon>/icons/htmlView.png</icon>
          <label>label.rendition.webView</label>
        </renditionDefinition>

XML Source

<extension point="renditionDefinitions" target="org.nuxeo.ecm.platform.rendition.service.RenditionService">
    <renditionDefinition class="org.nuxeo.template.rendition.TemplateBasedRenditionProvider" enabled="true" name="delivery">
      <icon>/icons/delivery.png</icon>
      <label>label.rendition.delivery</label>
    </renditionDefinition>
    <renditionDefinition class="org.nuxeo.template.rendition.TemplateBasedRenditionProvider" enabled="true" name="webView">
      <icon>/icons/htmlView.png</icon>
      <label>label.rendition.webView</label>
    </renditionDefinition>
  </extension>